home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Quit.Dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1997-10-10  |  162 b   |  9 lines

  1. on exitFrame
  2.   puppetSound("leave prog")
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   puppetSound(0)
  7.   set the lastSprite of script "help" to 0
  8. end
  9.